﻿
.pages .box{position: relative;}
.pages>img{display: block;width: 100%;}
/* 当前位置 */
.two-nav{
    width: 100%;
    position: absolute;
    bottom: 20px;
    opacity: .8;
  }
.two-nav ul{
    overflow: hidden;
}
.two-nav .home-icon{float: left;}
.two-nav ul li{float: left;margin: 0 5px;}
.two-nav ul li a{
min-width: 50px;
color: #ffffff;
font-size: 15px;
text-align: center;
}
.two-nav ul a:hover li{
text-decoration: underline;
}
.two-nav ul li:not(:last-child) a::after{
content: "/";
}

/* 二级导航栏 */
.copy-nav{
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid#E2E8EE;
    /* position: sticky; */
    top: 90px;
    z-index: 20;
    height: 75px;
}
.copy-nav .box{

}
.copy-nav .box ul{
overflow-y: scroll;
height: 100%;
display: inline-flex;
width: 100%;
}
.copy-nav .box ul::-webkit-scrollbar{display: none;}
.copy-nav .box ul li{width: auto;float: left;margin-right: 25px;}

.copy-nav .box ul a{
font-size: 20px;
color: #333333;
display: block;
box-sizing: border-box;
line-height: 72px;
}
.copy-nav .box ul li.on a,
.copy-nav .box ul li a:hover{
border-bottom: 3px solid #005BAB;
text-decoration: none;
color: #005BAB;
}
.copy-nav .box ul li.active a{
    border-bottom: 3px solid #005BAB;
text-decoration: none;
color: #005BAB;
}


/* 公共标题 */
.public-tit{width: 100%;overflow: hidden;max-width: 100%;}
.public-tit-txt{
    width: 100%;
    text-align: center;
    font-size: 34px;
    color: #333333;
    font-weight: 700;
    margin: 0 auto;
    }
.public-tit-xian{
    width: 46px;
    height: 3px;
    background-color: #005BAB;
    margin: 0 auto;
    margin-top: 14px;
    margin-bottom: 56px;
}





.advantage{
width: 100%;
margin-top: 65px;
}
.advantage-div{width: 100%;height: 100%;display: flex;flex-direction: column;align-items: center;}

.advantage-p{
width: 100%;
overflow: hidden;
background: url(../images/sadvantagebg.png)no-repeat;
background-size: cover;
position: relative;

}
.advantage .box{overflow: hidden;}

.advantage .box ul li{
width: 33.33%;
height: auto;
padding: 0 0 54px 0;
float: left;
border-right: 1px solid rgba(255, 255, 255, 0.1);
box-sizing: border-box;
}
.advantage .box ul li:hover{background: rgba(255, 255, 255, 0.1);}
.advantage .box ul li:nth-child(3n){border-right: none;}
.number{
font-size: 66px;
color: #ffffff;
font-weight: 700;
opacity: .1;
position: relative;
top: 44px;
}
.advantage-wen{
font-size: 24px;
color: #ffffff;
z-index: 99;
}
.advantage-yin{
font-size: 15px;
color: #ffffff;
opacity: .3;
}
.advantage-nei{
font-size: 15px;
color: #ffffff;
opacity: .8;
margin-top: 17px;
}
.div-xian{    
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 50%;}








.joinin{
    width: 100%;
    height: auto;
    padding: 50px 0;
    background: url(../images/sjoininbg.png)no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
  }

.joinin .box ul{display: flex;justify-content: space-around;}
.joinin .box ul li{
}
.joinin .box ul li b{font-size: 20px;color:#005BAB;font-weight: 700;margin-top: 24px;margin-bottom: 24px;}
.joinin ul li .joinin-box{width: 100%;display: flex;flex-direction: column;align-items: center;}
.joinin ul li .joinin-box .joinin-p{text-align: center;font-size: 15px;color: #333333;line-height: 25px;}




.process{
    width: 100%;

  }
  .process-zi{
    font-size: 34px;
    color: #ffffff;
    font-weight: 700;
  }
  .process-title{
    width: 100%;
    height: auto;
    padding-top: 50px;
    box-sizing: border-box;
    background: url(../images/sprocessbg.png)no-repeat;
    background-size: 100%;
    padding-bottom: 85px;
  }
  .process-title .public-tit-txt{color: #fff;}
  .process-title .public-tit-xian{background-color: #fff;}
  .process-title .box{padding: 92px 100px;box-sizing: border-box;background-color: #fff;overflow: hidden;box-shadow: 0 0 10px rgb(0 0 0 / 10%);position: relative;}
  .process-sw1{margin-left: 20px;}
  .process-sw1 .swiper-slide{margin-left: 5px;}
  .process-sw1 .swiper-slide:first-child{margin-left: 0;}
  .process-sw1 .swiper-slide .wai-kaun{width: calc( 100% - 30px );}
  .process-sw1 .swiper-slide .wai-kaun b{width: 156px;height: 42px;font-size: 20px;margin-top: 18px;text-align: center;color: #005BAB;font-weight: normal;border-bottom: 1px solid rgba(0, 91, 171, 0.2);}
  .process-sw1 .swiper-slide .wai-kaun p{font-size: 15px;color: #005BAB;margin-top: 10px;}
  .process-sw1 .swiper-slide .wai-kaunblue b{color:#ffffff;border-bottom: 1px solid rgba(255, 255, 255, 0.2);}
  .process-sw1 .swiper-slide .wai-kaunblue p{color: #fff;}
  .process-title .box::after{
    content: " ";
    width: 600px;
    height: 3px;
    background-color: #005BAB;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .swiper-number{
    width: 46px;
    height: 46px;
    background-color: #005BAB;
    border-radius: 23px 23px 23px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color:#ffffff;
    font-weight: 300;
    position: relative;
    left: -20px;
  }
  .process-sw1 .swiper-slide .wai-kaun{
    width: 90%;
    height: 180px;
    background-color: #F5F8FA;
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
  }
  .process-sw1 .swiper-slide:nth-child(2n-1) .wai-kaun{
    background-color: #005BAB;
  }
  .process-sw1 .swiper-slide .triangle{
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 18px solid transparent;
    border-top: 24px solid #F5F8FA;
    position: relative;
    /* margin-top: 11px; */
    /* display: none; */
    margin-bottom: 20px;
  }
  .process-sw1 .swiper-slide:nth-child(2n-1) .triangle{
    border-left: 0px solid transparent;
    border-right: 18px solid transparent;
    border-top: 24px solid #005BAB;
    position: relative;
    /* margin-top: 11px; */
    /* display: none; */
    margin-bottom: 20px;
  }
  .triangle2{

  }
  .swiper-number1{
    width: 46px;
    height: 46px;
    background-color: #F5F8FA;
    border-radius: 23px 23px 23px 23px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    color:#005BAB;
    font-weight: 300;
    position: relative;
    left: -20px;
  }
  .process-sw1-number{position: relative;}
  .swiper-xian{
    width: 100%;
    height: 2px;
    background-color: #EAEEF2;
    position: absolute;
    left: 15px;
    top: calc( 50% - 2px );
  }
  .process-sw1-prev,.process-sw1-next{position: absolute;bottom: 105px;cursor: pointer;opacity: 0.8;}
  .process-sw1-prev:hover,.process-sw1-next:hover{opacity: 1;}
  .process-sw1-prev{left: 40px;}
  .process-sw1-next{right: 40px;}






  
.cooperation{
    width: 100%;
    padding: 50px 0;
    background: url(../images/scooperationbg.png)no-repeat;
    background-size: cover;
  }
  
  .cooperation form div{
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    margin-bottom: 30px;
    
  }
  .cooperation form{display: flex;flex-wrap: wrap;}
  .coop-input-box{flex: 30%;}
  .coop-submit{flex:100%;}
  .coop-submit input{width: 200px;margin: 0 auto;height: 58px;background-color: #005BAB;color: #fff;border: none;cursor: pointer;background:url(./jmbtn.png) no-repeat 40px center #005BAB;text-indent: 50px;font-size: 18px;}
  
  .input-box span{font-size: 18px;color: #666666;}
  .input-box span i{color: #E67817;}
  .form-name{
    width: auto;
    height: 66px;
    padding-left: 60px;
    box-sizing: border-box;
    border: 1px solid #E1E7F0;
    margin-top: 20px;
    font-size: 16px;
    color: #808080;
    outline: none;
    transition: .3s;
    background-repeat: no-repeat !important;
    background-color: #fff !important;
    background-position: 20px center !important;
  }
  .form-name:focus{
    background-color: #005BAB !important;
    color: #fff !important;
  }
  .form-name:focus::placeholder{color: #fff;}

  .form-name.lxr{background: url(./slxr1.png);}
  .form-name.lxyx{background: url(./slxyx1.png);}
  .form-name.lxdh{background: url(./slxdh1.png);}
  .form-name.gsmc{background: url(./sgsmc1.png);}
  .form-name.lynr{background: url(./slynr1.png) no-repeat 20px 20px #fff !important;}
  .form-name.lxr:focus{background: url(./slxr2.png);}
  .form-name.lxyx:focus{background: url(./slxyx2.png);}
  .form-name.lxdh:focus{background: url(./slxdh2.png);}
  .form-name.gsmc:focus{background: url(./sgsmc2.png);}
  .form-name.lynr:focus{background: url(./slynr2.png) no-repeat 20px 20px #005BAB !important;}

  .uj {
    border: 1px dotted #8e8e8e;
  }
  .uj .recomm-slide{
    border: 1px dotted #8e8e8e;
  }
  


  /* 互动留言 */
  .hdlybox{padding: 50px 0;}
  .hdlybox form{display: flex;flex-wrap: wrap;}
  .hdlybox form .hdly-input-box{
    display: flex;
    flex-direction: column;
    margin: 0 20px;
    margin-bottom: 30px;
    
  }
  .hdly-input-box{flex: 45%;}
  .hdly-submit{width: 100%;display: flex;flex-wrap: wrap;margin: 0 20px;}
  .hdly-submit input{width: 200px;height: 58px;background-color: #005BAB;color: #fff;border: none;cursor: pointer;font-size: 18px;}
  .hdly-submit #code{
    margin-top: 0;
    width: 340px;
  }
  .hdly-submit .yzm{
    position: relative;
    margin-right: 40px;
  }
  .hdly-submit .yzm img{
    width: 90px;
    height: 36px;
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .hdlybox .form-name{background-color: #F5F7FA !important;}
  .hdlybox .form-name:focus{background-color: #005BAB !important;}

  /* 加入我们 */
  .join-list{border-collapse: collapse;padding: 50px 0;}
  .join-list table{width: 100%;}
  .join-list table thead{height:78px;background-color: #005BAB;}
  .join-list table thead tr{}
  .join-list table thead tr th{font-size: 20px;color: #ffffff; text-align: center;}


  .header-banner5{
    width: 100%;
    height: 468px;
    background: url(../images/sbanner6.png)no-repeat;
    background-size: cover;
  }
  .support{
    margin-top: 60px;
  }
  .support .box{
    background-color: #F5F7FA;
  }
  .support-rowbox{display: flex;flex-direction:row;align-items: center;justify-content: space-around;}
  .support-rowbox.support-rowbox-s{flex-direction: row-reverse;}
  .support-left{
    width: 50%;
    padding:0 100px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
  }
  .support-right{
    width: 50%;
    box-sizing: border-box;
  }
  .support-titel{
    font-size: 27px;
    color: #333333;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .support-xian{
    width: 72px;
    height: 2px;
    background-color: #005BAB;
  }
  .support-content{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    margin-top: 24px;
  }
  .support-list{
    padding-bottom: 110px;
    padding-top: 80px;
  }
  .support-list table{width: 100%;border-top: 4px solid #333333;}
  .support-list table thead tr th{width: 25%;height: 104px;text-align: center;border-bottom: 1px solid #E2E8EE;font-size: 15px;color: #333333;}
  .support-list table thead tr th:first-child{text-align: left;padding-left: 50px;}
  .support-list table tbody tr td{width: 25%;height:84px;border-bottom: 1px solid #E2E8EE;font-size: 15px;color: #333333;text-align: center;}
  .support-list table tbody tr td:first-child{text-align: left;padding-left: 50px;}
  .support-list table thead tr th:last-child{text-align: right;padding-right: 50px;}
  .support-list table tbody tr td:last-child{text-align: right;padding-right: 50px;}
  .list-title{
    width: 100%;
    height: 82px;
    font-size: 32px;
    color: #333333;
    font-weight: 700;
  }









  .contact{

    display: flex;
    flex-direction: column;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .contact-title{
    font-size: 36px;
    color: #333333;
    font-weight: 700;
    margin-bottom: 16px;
  }
  .contact-name{
    font-size: 14px;
    color: #999999;
    margin-bottom: 30px;
  }
  .contact-xian{
    width: 26px;
    height: 3px;
    background-color: #005BAB;
    margin-bottom: 30px;
  }
  .contact-phone,.contact-fax,.contact-email{
    display: flex;
    flex-direction: column;
  }
  .contact-cont-box{width: 100%;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
  .contact-txt-tit{font-size: 22px;color: #333333;}
  .contact-txt-cont{font-size:30px;color:#005BAB;margin-top: 20px;font-weight: 700;}
  
  .panel-body{width: 100%;height: 500px;}




  .case{
    padding: 50px 0;
    overflow: hidden;
  }
  .case ul{}
  .case ul li{
    float: left;
    width: calc(33.33% - 26.7px);
    margin-top: 40px;
  }
  .case ul li:nth-child(3n-1){
   margin-left: 40px;
   margin-right: 40px;
  }
  .case ul li a:hover{
    text-decoration: none;
  }
  .case ul li .case-box{display: flex; flex-direction: column;}
  .case-img{
    width: 100%;
    height: 15.5vw;
    overflow: hidden;
  }
  .case-img img{width: 100%;height: 100%;object-fit: cover;scale: 1;transition: .4s;}
  .case ul li:hover .case-img img{scale: 1.1;}
  .case-zi{
    font-size: 20px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
  }
  .case-zi:hover{
    text-decoration: none;
  }
  .case-aj a{
  font-size: 16px;
  color: #E67817;
  }
  .case-aj a:hover{
    text-decoration: underline;
  }
  .case-aj img{
    margin-left: 10px;
  }









  .solution{
    margin-bottom: 80px;
  }
  .solution ul li{
    width: 100%;
    height: 412px;
    background:#F5F7FA;
    margin: 0 auto;
    margin-top: 40px;


  }
  .solution ul li:hover{
    background: url(../images/sxtys1.png) no-repeat center center;
    background-size: 100% 100%;

  }
  .solution ul li .solution-row{width: 100%;height: 100%;display: flex; flex-direction: row;align-items: center;justify-content: space-between;overflow: hidden;}
  .solution ul li:nth-child(2n) .solution-row{flex-direction:row-reverse;}
  .solution-left{
    padding: 0 135px;
    width: 62.15%;
    box-sizing: border-box;
  }
  .solution-title{
    font-size: 24px;
    color: #005BAB;
    margin-bottom: 40px;
  }
  .solution-content{
    font-size: 16px;
    color: #808080;
    line-height: 28px;
    margin-bottom: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
  .aj a{
    font-size: 16px;
    color: #E67817;
  }
  .aj a:hover{
    text-decoration: underline;
  }
  .aj img{
    margin-left: 10px;
  }
  .solution-right{
    width: 37.85%;
    padding: 36px 0;
    box-sizing: border-box;
    height: 100%;
  }
  .solution-right img{height: 100%;width: 100%;}

.nyban{
  height: 470px;
}